From: Glenn Morris Date: Sun, 2 Oct 2011 23:53:59 +0000 (-0700) Subject: Fix some (unrelated) typos in comment and ChangeLog. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2058 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e4b867665d3eebc35a76ab6c0c5fdc67fb08d03b;p=emacs.git Fix some (unrelated) typos in comment and ChangeLog. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index badd3c5b11b..a4f0cab5105 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -12,8 +12,8 @@ * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643). (pcmpl-gnu-tar-buffer): Remove. (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer - avoid. Make sure pcomplete-suffix-list is only changed temporarily. - Don't look inside the tar's file is it's too large. + around. Make sure pcomplete-suffix-list is only changed temporarily. + Don't look inside the tar's file if it's too large. 2011-10-01 Chong Yidong diff --git a/lisp/faces.el b/lisp/faces.el index 9a14e832065..d5f0ef90ee0 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2065,9 +2065,9 @@ terminal type to a different value." (((supports :underline t)) :underline t) (t - ;; default to italic, even it doesn't appear to be supported, - ;; because in some cases the display engine will do it's own - ;; workaround (to `dim' on ttys) + ;; Default to italic, even if it doesn't appear to be supported, + ;; because in some cases the display engine will do its own + ;; workaround (to `dim' on ttys). :slant italic)) "Basic italic face." :group 'basic-faces)